Skip to content

Add galexie service for local ledger meta store - #870

Merged
leighmcculloch merged 34 commits into
mainfrom
galexie
Jan 9, 2026
Merged

Add galexie service for local ledger meta store#870
leighmcculloch merged 34 commits into
mainfrom
galexie

Conversation

@leighmcculloch

@leighmcculloch leighmcculloch commented Jan 6, 2026

Copy link
Copy Markdown
Member

What

Add galexie as an optional service in quickstart for local networks. Build galexie from source in the Dockerfile, configure it to publish ledger metadata to a filesystem datastore, and serve the meta archive via nginx at /meta-archive. Enable with --enable galexie flag.

Why

Developers building solutions against mainnet meta lakes generated by galexie have no way to test locally with quickstart. This enables local meta lake generation for development and testing workflows.

Close #835

Dependent on:

Todo

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds galexie service support to quickstart for local network development, enabling developers to generate and test against local meta lakes. Galexie publishes ledger metadata to a filesystem datastore and serves it via nginx at /meta-archive.

Key changes:

  • Adds galexie binary built from source in Dockerfile
  • Implements galexie service configuration with filesystem datastore
  • Enables service with --enable galexie flag (local network only)

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
start Adds galexie environment variable, initialization function, startup logic, validation, and argument processing
Dockerfile Adds galexie builder stage using golang:1.24-trixie and copies binary to quickstart image
images.json Adds galexie dependency from stellar/stellar-galexie repository across all image configurations
local/galexie/etc/galexie.toml Configures galexie with filesystem datastore, admin port, and stellar-core connection
common/galexie/bin/start Provides startup script that executes galexie append command with config
local/supervisor/etc/supervisord.conf.d/galexie.conf Supervisor configuration for galexie service with autostart=false
local/supervisor/etc/supervisord.conf.d/meta-archive.conf Supervisor configuration for meta-archive HTTP server with autostart=true
local/nginx/etc/conf.d/meta-archive.conf Nginx location block to proxy /meta-archive requests to the meta-archive service

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread start Outdated
Comment thread start
Comment thread start
Comment thread images.json Outdated
Comment thread images.json Outdated
Comment thread images.json Outdated
Comment thread start Outdated
Comment thread README.md Outdated
@leighmcculloch
leighmcculloch requested a review from a team January 7, 2026 04:23
@leighmcculloch
leighmcculloch requested a review from a team January 7, 2026 04:23
@leighmcculloch
leighmcculloch marked this pull request as ready for review January 7, 2026 04:23
Comment thread images.json Outdated
@leighmcculloch leighmcculloch changed the title Add galexie service for local meta lake Add galexie service for local ledger meta store Jan 8, 2026
Comment thread README.md
@leighmcculloch
leighmcculloch enabled auto-merge (squash) January 9, 2026 09:55
@leighmcculloch
leighmcculloch merged commit 05dca8e into main Jan 9, 2026
97 checks passed
@leighmcculloch
leighmcculloch deleted the galexie branch January 9, 2026 10:02
@github-project-automation github-project-automation Bot moved this from Backlog (Not Ready) to Done in DevX Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add galexie meta lake

6 participants